home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / dev / ds5000.md / devSCSIC90.h < prev    next >
C/C++ Source or Header  |  1992-12-18  |  1KB  |  32 lines

  1. /*
  2.  * devSCSIC90.h --
  3.  *
  4.  *    Declarations of exported scsi stuff.
  5.  *
  6.  * Copyright 1990 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /cdrom/src/kernel/Cvsroot/kernel/dev/ds5000.md/devSCSIC90.h,v 1.2 91/07/27 18:28:21 mottsmth Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _DEV_SCSIC90
  19. #define _DEV_SCSIC90
  20.  
  21. #ifdef sun4c
  22. /*
  23.  * This routine is called by the sun4c lance chip ethernet driver to
  24.  * reset the dma controller, since only the scsi code knows when this
  25.  * is okay or not.
  26.  */
  27. void    Dev_ScsiResetDMA _ARGS_ ((void));
  28. void    Dev_ChangeScsiDebugLevel _ARGS_ ((int level));
  29. #endif sun4c
  30.  
  31. #endif /* _DEV_SCSIC90 */
  32.